}
static void
-gtk_box_size_allocate_no_center (GtkWidget *widget,
- const GtkAllocation *allocation,
- int baseline,
- GdkRectangle *out_clip)
+gtk_box_size_allocate (GtkWidget *widget,
+ const GtkAllocation *allocation,
+ int baseline,
+ GdkRectangle *out_clip)
{
GtkBox *box = GTK_BOX (widget);
GtkBoxPrivate *private = box->priv;
}
}
-static void
-gtk_box_size_allocate (GtkWidget *widget,
- const GtkAllocation *allocation,
- int baseline,
- GtkAllocation *out_clip)
-{
- gtk_box_size_allocate_no_center (widget, allocation, baseline, out_clip);
-}
-
static GType
gtk_box_child_type (GtkContainer *container)
{